'Declaration
Public Function New( _ ByVal drawingObjects() As Shape, _ ByVal isSetWidth As Boolean, _ Optional ByVal value As Double _ )
'Usage
Dim drawingObjects() As Shape Dim isSetWidth As Boolean Dim value As Double Dim instance As New ShapeActionsCommand(drawingObjects, isSetWidth, value)
public ShapeActionsCommand( Shape[] drawingObjects, bool isSetWidth, double value )
Parameters
- drawingObjects
- isSetWidth
- value